Also compile gtkdbusgenerated.c on non-UNIX environments
authorErik van Pienbroek <epienbro@fedoraproject.org>
Mon, 27 Aug 2012 20:18:29 +0000 (22:18 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Aug 2012 01:19:13 +0000 (21:19 -0400)
When compiling gtk on Win32 then the file gtkdbusgenerated.c also needs to be
compiled and linked into the gtk library as it's needed for GtkMountOperation

https://bugzilla.gnome.org/show_bug.cgi?id=682825

gtk/Makefile.am

index 4981db0f642f8289801dd0d95cbd03cc6abe5c3b..5bcefd22fd86b201dbfadc6db162247482216da5 100644 (file)
@@ -900,6 +900,8 @@ gtk_private_h_sources += \
        gtkprinteroptionwidget.h        \
        gtksearchenginetracker.h
 gtk_c_sources += $(gtk_os_unix_c_sources)
+else
+gtk_c_sources += $(gtk_dbus_built_sources)
 endif
 
 gtk_os_win32_c_sources = \